Skip to content

Soundboard Speaker I2S fix #2860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Soundboard Speaker I2S fix #2860

merged 1 commit into from
Aug 4, 2024

Conversation

mikeysklar
Copy link
Collaborator

The Soundboard Speaker for Bikes & Scooters has a discrepancy between the Circuit Diagram and the Code.

This small code.py change from:

audio = audiobusio.I2SOut(board.RX, board.TX, board.D9)

to:

audio = audiobusio.I2SOut(board.TX, board.RX, board.D9)

swaps the bit clock and word select pins so the Circuit Diagram is correct.

This came up in a lengthy forum issue and resolved the problem.

@mikeysklar mikeysklar merged commit 1831ab7 into main Aug 4, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant